
@import url('https://fonts.googleapis.com/css2?family=Rock+3D&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.htext{
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: black;
}

.head{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 63px;
    position: absolute;
    text-align: center;
    background-color: rgb(144, 4, 4);
}

.menu {
    position: absolute;
    top: 20%;
    right: -175px;
    width: 200px;
    height: 180px;
    background-color: rgb(216, 216, 216);
    border-radius: 10% 0 0 10%;
    transition: 1s;
    padding-left: 30px;
    padding-top: 20px;
}

.menu:hover{
    position: absolute;
    top: 20%;
    right: 0;
}

.aur {
    text-decoration: none;
    color: brown;
    transition: 0.5s;
    display: block;
}

.aur:hover {
    color: rgb(229, 17, 17);
}

.new{
    position: absolute;
    left: 30%;
    top: 30%;
    overflow: hidden; 
    border-radius: 15%;
    width: 300px;
    height: 200px;
    transition: 1s;
}

.meal{
    position: absolute;
    left: 22%;
    top: 30%;
    width: 450px;
    height: 300px;
    transition: 1s;
}

.n_b{
    border-radius: 15%;
    width: 300px;
    height: 200px;
}

.n_b_meal{
    width: 450px;
    height: 300px;
}


.new:hover{
    transform: scale(1.1);
    transition: 1s;
}

.head p{
    font-family: "Shantell Sans", cursive;
    color: black;
    font-size: 40px;
    line-height: 18px;
}

.logo{
    left: 40px;
    top: 4px;
    position: absolute;
}

.w_h{
    color: rgb(255, 230, 0);
    background-color: red;
    position: absolute;
    text-align: center;
    left: 158px;
    top:32px;
    transform: rotate(45deg);
    width: 200px;
    height: 20px;
}
 
.hit_text{
    position: absolute;
    width: 310px;
    height: 90px;
    left: 53.5%;
    top: 31%;
}

.meal_text{
    position: absolute;
    width: 380px;
    height: 90px;
    left: 55%;
    top: 31%;
    font-size: 18pt;
}

.card-title{
    margin-bottom: 10px;
    display: block;
    font-family: sans-serif;
}

.b_t{
    font-family: "Shantell Sans", cursive;
}

.f_m_b{
    float: left;
    width: 300px;
    height: 200px;
    padding-left: 5px;
}

.f_m_b img{
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}

.f_m_b:hover img{
    transform: scale(1.1);
}

.bg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.paper{
    position: absolute;
    width: 64%;
    height: 100%;
    left: 18%;
    background-color: burlywood;
    opacity: 80%;
}

.row {
    position: absolute;
    left: 48%;
    margin-left: -320px;
    top: 560px;
    display: block;
}

.catolog{
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 25%;
    width: 800px;
    display: block;
}

.row:after {
    content: '';
    clear: both;
}

.catolog:after {
    content: '';
    clear: both;
}

.w33 {
    float: left;
    width: 33.33333333%;
    padding: 20px;
}

.w25 {
    float: left;
    width: 25%;
    padding: 20px;
}

.w50 {
    float: left;
    width: 50%;
    padding: 80px;
}

.card {
    padding: 10px;
    width: 100%;
}

.card img {
    max-width: 100%;
    height: auto;
}

.card .content {
    padding: 10px 0;
    color: black;
    text-decoration: none;
}

.content{
    text-align: center;
    font-family: "Shantell Sans", cursive;
    font-size: 18pt;
}

.c_t{
    position: relative;
    text-align: center;
    font-size: 24px;
    left: 37%;
    top: 180px;
    width: 450px;
    font-family: "Shantell Sans", cursive;
}

.button{
    position: relative;
    text-align: center;
    font-size: 24px;
    left: 40%;
    top: 680px;
    width: 20%;
    height: auto;
    font-family: "Shantell Sans", cursive;
    background-color: salmon;
    border-radius: 25%;
    transition: 0.5s;
}

.button:hover{
    transform: scale(1.1);
}

.end{
    width: 254px;
    height: 198px;
}

.pascalka{
    position: relative;
    left:43%;
    top:300px;
    width: 254px;
}

.text{
    color: red;
    font-size: auto;
    text-align: center;
}

.thanks{
    color:rgb(94, 132, 28);
    font-family: "Shantell Sans", cursive;
    font-size: 24pt;
    text-align: justify;
}

.pascalka_end{
    position: relative;
    left: 50%;
    top: 350px;
    width: 800px;
    margin-left: -400px;
}

.tr{
    text-align: right;
    font-size: 12pt;
    top: -10px;
}

.dr {
    top: 200px;
    position: absolute;
    left: 50%;
    width: 450px;
    margin-left: -225px;
}

.til {
    color:rgb(74, 103, 23);
    font-family: "Shantell Sans", cursive;
    font-size: 48pt;
    text-align: justify;
}